Measuring time

Use GetTimer to return the number of milliseconds elapsed since the movie started playing. For example, in a frame the statement Trace (Int(GetTimer / 1000) & " seconds have elapsed.") creates a message in an output window displaying each second as it elapses.